Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: References golang 1.12.7 or later in docs #355

Merged
merged 1 commit into from
Aug 9, 2019

Conversation

navidshaikh
Copy link
Collaborator

Fixes #353

As we require minimum 1.12.7 for building kn

@googlebot googlebot added the cla: yes Indicates the PR's author has signed the CLA. label Aug 9, 2019
@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: navidshaikh

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 9, 2019
@rhuss
Copy link
Contributor

rhuss commented Aug 9, 2019

Not sure if 1.12.7 specifically is required or if 1.12 in general is enough. I would omit the patchlevel from the version

@navidshaikh
Copy link
Collaborator Author

@rhuss:

The page https://golang.org/dl/ we're referencing for downloading golang has listing of (only) 1.12.7 in Stable Version section (for 1.12.x variants).

@navidshaikh
Copy link
Collaborator Author

/hold

@knative-prow-robot knative-prow-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 9, 2019
@rhuss
Copy link
Contributor

rhuss commented Aug 9, 2019

We then would have to upgrade our docs for every patch level version then. Still, think that 1.12 is good enough to mention (and if there is only 1.12.7 to download, then fine, but people with 1.12.3 still can compile it, I think).

Nit-picking on high-level though, I'm fine with either.

Fix knative#353

As we require minimum 1.12.x for building  kn
@navidshaikh
Copy link
Collaborator Author

/hold cancel

@knative-prow-robot knative-prow-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 9, 2019
@rhuss
Copy link
Contributor

rhuss commented Aug 9, 2019

/lgtm
/approved

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Aug 9, 2019
@knative-prow-robot knative-prow-robot merged commit c213fec into knative:master Aug 9, 2019
coryrc pushed a commit to coryrc/client that referenced this pull request May 14, 2020
* webhook based API-Coverage tool: webhook setup

This changeset adds the webhook package that provides helper method to setup
the webhook required by the tool. Webhook setup is generic so that it can be
called by any repo providing its own implementation of the web-server.

* Update tools/webhook-apicoverage/webhook/webhook.go

Co-Authored-By: dushyanthsc <[email protected]>

* Update tools/webhook-apicoverage/webhook/README.md

Co-Authored-By: dushyanthsc <[email protected]>

* Update tools/webhook-apicoverage/webhook/README.md

Co-Authored-By: dushyanthsc <[email protected]>

* Update tools/webhook-apicoverage/webhook/README.md

Co-Authored-By: dushyanthsc <[email protected]>

* Update tools/webhook-apicoverage/webhook/README.md

Co-Authored-By: dushyanthsc <[email protected]>

* Update tools/webhook-apicoverage/webhook/README.md

Co-Authored-By: dushyanthsc <[email protected]>

* Update tools/webhook-apicoverage/webhook/README.md

Co-Authored-By: dushyanthsc <[email protected]>

* Update tools/webhook-apicoverage/webhook/README.md

Co-Authored-By: dushyanthsc <[email protected]>

* Update tools/webhook-apicoverage/webhook/README.md

Co-Authored-By: dushyanthsc <[email protected]>

* Update tools/webhook-apicoverage/webhook/README.md

Co-Authored-By: dushyanthsc <[email protected]>

* Update tools/webhook-apicoverage/webhook/README.md

Co-Authored-By: dushyanthsc <[email protected]>

* Update tools/webhook-apicoverage/webhook/README.md

Co-Authored-By: dushyanthsc <[email protected]>
dsimansk added a commit to dsimansk/client that referenced this pull request Feb 22, 2024
…e#355)

* [release-v1.11] switch RHBQ version in workflow plugin config

* [release-v1.11] fix package name in ldflags

* Fix dev image tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minimum golang version for kn
4 participants